diff options
author | 2023-08-15 19:13:58 +0200 | |
---|---|---|
committer | 2023-08-15 19:48:24 +0200 | |
commit | 4d28ac359b25d89d0dbb42dd3a6d32269eebc619 (patch) | |
tree | 0a67803954dd46a18e3628d0dc85204e7ac6889e /docker-compose.yml | |
parent | bdb0762696ccf028c30b2957b93a01da7bf67571 (diff) | |
download | auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.tar.gz auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.tar.bz2 auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.zip |
add cors, logout, change name
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index df4b7f8..f67aae8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,14 +1,14 @@ version: "2" services: web: - image: auth - container_name: auth + image: auth-service + container_name: auth-service expose: - "3000" restart: unless-stopped environment: - - VIRTUAL_HOST=auth.pruss.it - - LETSENCRYPT_HOST=auth.pruss.it + - VIRTUAL_HOST=auth.api.pruss.it + - LETSENCRYPT_HOST=auth.api.pruss.it - LETSENCRYPT_EMAIL=mail@pruss.it networks: |