adjust the compose stuff slightly

This commit is contained in:
Aaron Fischer 2017-05-17 22:10:09 +02:00
parent 0b6c4c8095
commit b359b1686b
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
app: app:
build: . build: .
command: java -jar /yenu/app.jar environment:
TZ: "Europe/Berlin"
ports: ports:
- "127.0.0.1:80:3000" - "127.0.0.1:80:3000"
volumes: volumes:

View file

@ -91,7 +91,7 @@
{% script "/assets/jquery/jquery.min.js" %} {% script "/assets/jquery/jquery.min.js" %}
{% script "/assets/tether/dist/js/tether.min.js" %} {% script "/assets/tether/dist/js/tether.min.js" %}
{% script "/assets/bootstrap/js/bootstrap.min.js" %} {% script "/assets/bootstrap/js/bootstrap.min.js" %}
{% script "/js/main.js?v2" %} {% script "/js/main.js?v3" %}
</body> </body>
</html> </html>