Skip to content

Commit

Permalink
Switched to ubuntu container
Browse files Browse the repository at this point in the history
  • Loading branch information
freshnikolas committed Jul 19, 2023
1 parent 7b23f91 commit f02fe18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
proxy:
image: uavcan/nunaweb-proxy:latest
image: ubuntu:latest
restart: always
ports:
- "80:80"
Expand All @@ -16,7 +16,7 @@ services:
condition: service_started

celery:
image: uavcan/nunaweb-server:latest
image: ubuntu:latest
restart: always
environment:
- CELERY_BROKER_URL=redis://redis
Expand All @@ -32,7 +32,7 @@ services:
command: [ "celery", "-A", "nunaserver.generator", "worker", "--loglevel=info" ]

nunaserver:
image: uavcan/nunaweb-server:latest
image: ubuntu:latest
restart: always
environment:
- NS_UPLOAD_FOLDER=/nunaserver/uploads
Expand All @@ -57,7 +57,7 @@ services:
condition: service_started

nunaweb:
image: uavcan/nunaweb-web:latest
image: ubuntu:latest
environment:
- API_URL="https://nunaweb.opencyphal.org/api/" # Set to URL; see also /nunaweb/Dockerfile
- HOST=nunaweb
Expand Down

0 comments on commit f02fe18

Please sign in to comment.