Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JUtupe committed Apr 4, 2023
2 parents 56dcc84 + a2b8af8 commit effef86
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docker-compose-template.yaml
Expand Up @@ -3,14 +3,13 @@ version: "3"
services:
jeteo-web:
image: ghcr.io/newbies-workplace/jeteo-web:latest
build:
context: .
args:
API_URL: '' # API_URL is backed in static files
restart: always
restart: unless-stopped
container_name: jeteo-web
ports:
- "80:8080"
# in future API_URL will be located here
environment:
API_URL: ''
networks:
- reverse-proxy_global

networks:
reverse-proxy_global:
external: true

0 comments on commit effef86

Please sign in to comment.